runtime.hchan.bubble (field)
19 uses
runtime (current package)
chan.go#L46: bubble *synctestBubble
chan.go#L117: c.bubble = b
chan.go#L193: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L280: if c.bubble != nil {
chan.go#L319: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L418: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L540: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L664: if c.bubble != nil {
chan.go#L703: if c.bubble != nil && getg().bubble != c.bubble {
select.go#L179: if cas.c.bubble != nil {
select.go#L180: if getg().bubble != cas.c.bubble {
time.go#L1440: if t.isFake && getg().bubble != c.bubble {
time.go#L1463: t.unlockAndRun(now, c.bubble)
time.go#L1473: if t.isFake && c.bubble != getg().bubble {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)